home *** CD-ROM | disk | FTP | other *** search
- # DialBIX2.scp
- #
- # And another way to log on to BIX, using traps.
- #
- screeng off; lines 40; parity none; echo on
-
- trap add (~) (send "a")
- trap add (Name? ) (send "-------*R"; emit "-------*R")
- trap add (in: ) (send "*X08bix*R"; emit "*X08bix*R")
-
- #
- # Some unnecessary foolishness to demo the schedule command
- #
- sched (delay 15; mess "Are we here yet?")
- sched (delay 60; mess "We must be here now...")
-
- send "ATDT-------*R" # Phone number goes here
-
- #
- # Wait for Password or else the above traps would expire.
- #
- wait (word: ); BEEP; exit quiet
-